home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00252_tabletiles.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  332 b   |  24 lines

  1. on mouseDown
  2.   if the clickOn < 21 then
  3.     exit
  4.   end if
  5.   if the controlDown then
  6.     exit
  7.   end if
  8.   set yu to the clickOn - 20
  9.   initsel()
  10.   setAt(selected, yu, 1)
  11.   setbar()
  12. end
  13.  
  14. on mouseUp
  15.   if the clickOn < 21 then
  16.     exit
  17.   end if
  18.   if the controlDown then
  19.     playmovn()
  20.   else
  21.     set yu to the clickOn - 20
  22.   end if
  23. end
  24.